Skip to main content

Get Faucets

Queries the link to the faucet for testnet for the chains integrated with euclid.

query Get_all_faucets {
token {
get_all_faucets {
token
faucet_link
}
}
}

Example

curl --request POST \
--header 'content-type: application/json' \
--url 'https://devnet-testing.api.euclidprotocol.com/graphql' \
--data '{"query":"query Get_all_faucets {\n token {\n get_all_faucets {\n token\n faucet_link\n }\n }\n}"}'

Open in Playground

Return Fields

FieldTypeDescription
tokenStringThe identifier of the token associated with the faucet.
faucet_linkStringThe URL link to the faucet for obtaining testnet tokens.